Skip to content

test sql table name #9411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 8, 2015
Merged

Conversation

dashesy
Copy link
Contributor

@dashesy dashesy commented Feb 4, 2015

Closes #9393

simple test for tables names that need to be quoted.
This is related to issue here that is fixed in current master.

@jorisvandenbossche
Copy link
Member

@jorisvandenbossche jorisvandenbossche added the IO SQL to_sql, read_sql, read_sql_query label Feb 4, 2015
@jorisvandenbossche jorisvandenbossche added this to the 0.16.0 milestone Feb 4, 2015
@jorisvandenbossche
Copy link
Member

yes, tests are looking good now! (and for fixing the test :-))

When do you get the AttributeError: '_TestSQLApi' object has no attribute 'connect' errors? What do you run exactly?

Further, could you squash the commits into one (for merging the PR)? (git rebase -i upstream/master) If you have questions about it, just ask!

@dashesy
Copy link
Contributor Author

dashesy commented Feb 6, 2015

@jorisvandenbossche I test in Eclipse/PyDev by running the module as a test unit.

jorisvandenbossche added a commit that referenced this pull request Feb 8, 2015
@jorisvandenbossche jorisvandenbossche merged commit c4a996a into pandas-dev:master Feb 8, 2015
@jorisvandenbossche
Copy link
Member

@dashesy Thanks for the test!

When working on the sql code, I just run the test_sql.py file (there is a main function in the end) and that works for me.

@dashesy dashesy deleted the add_sql_test branch February 10, 2015 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO SQL to_sql, read_sql, read_sql_query
Projects
None yet
Development

Successfully merging this pull request may close these issues.

to_sql double quoting in create index
2 participants